Start Property (FibonacciFans<T>)
In This Topic
Gets or sets the starting DataPoint for the base line.
Syntax
'Declaration
<JsonConverterAttribute(C1.Web.Mvc.Finance.DataPointConvert)>
Public Property Start As DataPoint
[JsonConverter(C1.Web.Mvc.Finance.DataPointConvert)]
public DataPoint Start {get; set;}
See Also